home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / Intro to HyperCard 2.0 / card_4541.txt < prev    next >
Text File  |  1990-08-24  |  11KB  |  493 lines

  1. -- card: 4541 from stack: in.0
  2. -- bmap block id: 4859
  3. -- flags: 0000
  4. -- background id: 10646
  5. -- name: how to use this stack
  6. ----- HyperTalk script -----
  7. -- Show intro text
  8. on openCard
  9.   lock screen
  10.   displayText 0
  11.   unlock screen with dissolve
  12. end openCard
  13.  
  14. -- RadioBtn handler - dehilite all other btns, then hilite target
  15. on doHilite
  16.   repeat with n = 1 to 12
  17.     set the hilite of btn ("B" & n) to false
  18.   end repeat
  19.   set the hilite of the target to true
  20. end doHilite
  21.  
  22. on closeCard
  23.   put empty into cd fld "textDisplay"
  24.   repeat with n = 1 to 10
  25.     set the hilite of btn ("B" & n) to false
  26.   end repeat
  27. end closeCard
  28.  
  29.  
  30. -- part 2 (field)
  31. -- low flags: 01
  32. -- high flags: 0000
  33. -- rect: left=40 top=58 right=97 bottom=165
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 1
  37. -- font id: 174
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 12
  41. -- part name: 
  42.  
  43.  
  44. -- part 3 (field)
  45. -- low flags: 01
  46. -- high flags: 0000
  47. -- rect: left=40 top=129 right=157 bottom=165
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 1
  51. -- font id: 174
  52. -- text size: 12
  53. -- style flags: 0
  54. -- line height: 12
  55. -- part name: 
  56.  
  57.  
  58. -- part 4 (field)
  59. -- low flags: 01
  60. -- high flags: 0000
  61. -- rect: left=40 top=208 right=247 bottom=165
  62. -- title width / last selected line: 0
  63. -- icon id / first selected line: 0 / 0
  64. -- text alignment: 1
  65. -- font id: 174
  66. -- text size: 12
  67. -- style flags: 0
  68. -- line height: 12
  69. -- part name: 
  70.  
  71.  
  72. -- part 5 (field)
  73. -- low flags: 01
  74. -- high flags: 0000
  75. -- rect: left=32 top=280 right=319 bottom=165
  76. -- title width / last selected line: 0
  77. -- icon id / first selected line: 0 / 0
  78. -- text alignment: 1
  79. -- font id: 174
  80. -- text size: 12
  81. -- style flags: 0
  82. -- line height: 12
  83. -- part name: 
  84.  
  85.  
  86. -- part 6 (field)
  87. -- low flags: 01
  88. -- high flags: 0000
  89. -- rect: left=308 top=76 right=336 bottom=460
  90. -- title width / last selected line: 0
  91. -- icon id / first selected line: 0 / 0
  92. -- text alignment: 0
  93. -- font id: 174
  94. -- text size: 14
  95. -- style flags: 0
  96. -- line height: 15
  97. -- part name: textDisplay
  98.  
  99.  
  100. -- part 8 (button)
  101. -- low flags: 00
  102. -- high flags: 0000
  103. -- rect: left=194 top=62 right=91 bottom=221
  104. -- title width / last selected line: 0
  105. -- icon id / first selected line: 24471 / 24471
  106. -- text alignment: 1
  107. -- font id: 0
  108. -- text size: 12
  109. -- style flags: 0
  110. -- line height: 16
  111. -- part name: B1
  112. ----- HyperTalk script -----
  113. -- "doHilite" is in the cd script; "displayText" is in the stack scr.
  114. on mouseUp
  115.   doHilite
  116.   displayText 1
  117. end mouseUp
  118.  
  119.  
  120.  
  121. -- part 10 (button)
  122. -- low flags: 00
  123. -- high flags: 0000
  124. -- rect: left=239 top=60 right=93 bottom=266
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 10112 / 10112
  127. -- text alignment: 1
  128. -- font id: 0
  129. -- text size: 12
  130. -- style flags: 0
  131. -- line height: 16
  132. -- part name: B3
  133. ----- HyperTalk script -----
  134. -- "doHilite" is in the cd script; "displayText" is in the stack scr.
  135. on mouseUp
  136.   doHilite
  137.   displayText 3
  138. end mouseUp
  139.  
  140.  
  141.  
  142. -- part 11 (button)
  143. -- low flags: 00
  144. -- high flags: 0000
  145. -- rect: left=181 top=116 right=149 bottom=208
  146. -- title width / last selected line: 0
  147. -- icon id / first selected line: 178 / 178
  148. -- text alignment: 1
  149. -- font id: 0
  150. -- text size: 12
  151. -- style flags: 0
  152. -- line height: 16
  153. -- part name: B4
  154. ----- HyperTalk script -----
  155. -- "doHilite" is in the cd script; "displayText" is in the stack scr.
  156. on mouseUp
  157.   doHilite
  158.   displayText 4
  159. end mouseUp
  160.  
  161.  
  162.  
  163. -- part 12 (button)
  164. -- low flags: 00
  165. -- high flags: 0000
  166. -- rect: left=181 top=155 right=188 bottom=208
  167. -- title width / last selected line: 0
  168. -- icon id / first selected line: 5551 / 5551
  169. -- text alignment: 1
  170. -- font id: 0
  171. -- text size: 12
  172. -- style flags: 0
  173. -- line height: 16
  174. -- part name: B6
  175. ----- HyperTalk script -----
  176. -- "doHilite" is in the cd script; "displayText" is in the stack scr.
  177. on mouseUp
  178.   doHilite
  179.   displayText 5
  180. end mouseUp
  181.  
  182.  
  183.  
  184. -- part 13 (button)
  185. -- low flags: 00
  186. -- high flags: 0000
  187. -- rect: left=217 top=155 right=188 bottom=244
  188. -- title width / last selected line: 0
  189. -- icon id / first selected line: 5552 / 5552
  190. -- text alignment: 1
  191. -- font id: 0
  192. -- text size: 12
  193. -- style flags: 0
  194. -- line height: 16
  195. -- part name: B7
  196. ----- HyperTalk script -----
  197. -- "doHilite" is in the cd script; "displayText" is in the stack scr.
  198. on mouseUp
  199.   doHilite
  200.   displayText 6
  201. end mouseUp
  202.  
  203.  
  204.  
  205. -- part 14 (button)
  206. -- low flags: 00
  207. -- high flags: 0000
  208. -- rect: left=253 top=155 right=188 bottom=280
  209. -- title width / last selected line: 0
  210. -- icon id / first selected line: 5553 / 5553
  211. -- text alignment: 1
  212. -- font id: 0
  213. -- text size: 12
  214. -- style flags: 0
  215. -- line height: 16
  216. -- part name: B8
  217. ----- HyperTalk script -----
  218. -- "doHilite" is in the cd script; "displayText" is in the stack scr.
  219. on mouseUp
  220.   doHilite
  221.   displayText 7
  222. end mouseUp
  223.  
  224.  
  225.  
  226. -- part 15 (button)
  227. -- low flags: 00
  228. -- high flags: 0000
  229. -- rect: left=190 top=208 right=238 bottom=226
  230. -- title width / last selected line: 0
  231. -- icon id / first selected line: 14077 / 14077
  232. -- text alignment: 1
  233. -- font id: 0
  234. -- text size: 12
  235. -- style flags: 0
  236. -- line height: 16
  237. -- part name: B9
  238. ----- HyperTalk script -----
  239. -- "doHilite" is in the cd script; "displayText" is in the stack scr.
  240. on mouseUp
  241.   doHilite
  242.   displayText 8
  243. end mouseUp
  244.  
  245.  
  246.  
  247. -- part 16 (button)
  248. -- low flags: 00
  249. -- high flags: 0000
  250. -- rect: left=233 top=208 right=238 bottom=269
  251. -- title width / last selected line: 0
  252. -- icon id / first selected line: 3720 / 3720
  253. -- text alignment: 1
  254. -- font id: 0
  255. -- text size: 12
  256. -- style flags: 0
  257. -- line height: 16
  258. -- part name: B10
  259. ----- HyperTalk script -----
  260. -- "doHilite" is in the cd script; "displayText" is in the stack scr.
  261. on mouseUp
  262.   doHilite
  263.   displayText 9
  264. end mouseUp
  265.  
  266.  
  267.  
  268. -- part 17 (button)
  269. -- low flags: 00
  270. -- high flags: 0000
  271. -- rect: left=171 top=279 right=326 bottom=225
  272. -- title width / last selected line: 0
  273. -- icon id / first selected line: 0 / 0
  274. -- text alignment: 1
  275. -- font id: 0
  276. -- text size: 12
  277. -- style flags: 0
  278. -- line height: 16
  279. -- part name: B12
  280. ----- HyperTalk script -----
  281. -- "doHilite" is in the cd script; "displayText" is in the stack scr.
  282. on mouseUp
  283.   doHilite
  284.   displayText 10
  285. end mouseUp
  286.  
  287.  
  288.  
  289. -- part 18 (button)
  290. -- low flags: 00
  291. -- high flags: 0000
  292. -- rect: left=232 top=293 right=310 bottom=300
  293. -- title width / last selected line: 0
  294. -- icon id / first selected line: 0 / 0
  295. -- text alignment: 1
  296. -- font id: 0
  297. -- text size: 12
  298. -- style flags: 0
  299. -- line height: 16
  300. -- part name: B2
  301. ----- HyperTalk script -----
  302. -- "doHilite" is in the cd script; "displayText" is in the stack scr.
  303. on mouseUp
  304.   doHilite
  305.   displayText 11
  306. end mouseUp
  307.  
  308.  
  309.  
  310. -- part 21 (field)
  311. -- low flags: 01
  312. -- high flags: 0000
  313. -- rect: left=0 top=10 right=33 bottom=464
  314. -- title width / last selected line: 0
  315. -- icon id / first selected line: 0 / 0
  316. -- text alignment: 1
  317. -- font id: 174
  318. -- text size: 18
  319. -- style flags: 2048
  320. -- line height: 20
  321. -- part name: 
  322.  
  323.  
  324. -- part 7 (field)
  325. -- low flags: 81
  326. -- high flags: 0007
  327. -- rect: left=4 top=5 right=283 bottom=166
  328. -- title width / last selected line: 0
  329. -- icon id / first selected line: 0 / 0
  330. -- text alignment: 0
  331. -- font id: 3
  332. -- text size: 10
  333. -- style flags: 0
  334. -- line height: 12
  335. -- part name: text
  336.  
  337.  
  338. -- part 24 (button)
  339. -- low flags: 00
  340. -- high flags: 2000
  341. -- rect: left=254 top=118 right=147 bottom=278
  342. -- title width / last selected line: 0
  343. -- icon id / first selected line: 0 / 0
  344. -- text alignment: 1
  345. -- font id: 0
  346. -- text size: 12
  347. -- style flags: 0
  348. -- line height: 16
  349. -- part name: B5
  350. ----- HyperTalk script -----
  351. -- "doHilite" is in the cd script; "displayText" is in the stack scr.
  352. on mouseUp
  353.   doHilite
  354.   displayText 2
  355. end mouseUp
  356.  
  357.  
  358. -- part 25 (button)
  359. -- low flags: 00
  360. -- high flags: 0000
  361. -- rect: left=209 top=237 right=267 bottom=247
  362. -- title width / last selected line: 0
  363. -- icon id / first selected line: 5233 / 5233
  364. -- text alignment: 1
  365. -- font id: 0
  366. -- text size: 12
  367. -- style flags: 0
  368. -- line height: 16
  369. -- part name: B11
  370. ----- HyperTalk script -----
  371. -- "doHilite" is in the cd script; "displayText" is in the stack scr.
  372. on mouseUp
  373.   doHilite
  374.   displayText 12
  375. end mouseUp
  376.  
  377.  
  378.  
  379. -- part contents for background part 8
  380. ----- text -----
  381. How To Use This Stack
  382.  
  383. -- part contents for card part 2
  384. ----- text -----
  385. Buttons to help you use the training in the way you like best
  386.  
  387. -- part contents for card part 3
  388. ----- text -----
  389. Buttons to take you to menus
  390.  
  391.  
  392. -- part contents for card part 4
  393. ----- text -----
  394. Buttons to take you to previous or new pieces of information
  395.  
  396. -- part contents for card part 5
  397. ----- text -----
  398. Buttons to begin animations or demonstrations
  399.  
  400. -- part contents for card part 7
  401. ----- text -----
  402. [0] Here are samples of the buttons you will encounter in this stack. 
  403.  
  404. CLICK ON THEM here to learn what they will do (when you go back to the menu & start using the stack, these buttons will be functional).
  405.  
  406.  
  407.  
  408. [1] This button takes you to the stack map. You can choose to have the map be graphic or an index. You can go from the map to any part of the training.
  409.  
  410. THERE IS ALSO A QUIT BUTTON IN THE MAP. One way to quit from this training is to go to the map and click the Quit button.
  411. [2] 
  412.  
  413. This button will return you to a menu. You won‚Äôt see it often‚Äîjust in the beginning of this training.
  414.  
  415. [3] When you click this option, a dialog box will appear, asking if you want to quit, or go to your Home stack.
  416.  
  417. WHEN YOU WANT TO QUIT, click this Home button.
  418.  
  419. [4] 
  420.  
  421. As its name implies, this button will always take you to the Main Menu for this training.
  422.  
  423. [5] This button will take you to the first of three submenus for this training: the
  424. ‚ÄúHyperCard Basics‚Äù menu. You will only see this button when you are working through the material in the Basics section.
  425.  
  426. [6] This button will take you back to the second of three submenus for this training: the 
  427. ‚ÄúHyperCard Nuts & Bolts‚Äù menu, where you can learn about HyperCard objects. You will only see this button when you are working through the material in the second section.
  428.  
  429. [7] This button will take you to the third of three submenus for this training: the ‚ÄúUser Support‚Äù menu. You will only see this button when you are working through the material in the User Support section.
  430.  
  431. [8] 
  432.  
  433.  
  434.  
  435.  
  436.  
  437. If you are in a section of the training that has several screens of information about one topic, this button will take you to the preceding piece of information. You won‚Äôt see this button often.
  438.  
  439. [9] 
  440.  
  441.  
  442.  
  443.  
  444.  
  445. If you are in a section of the training that has several screens of information about one topic, this button will take you to the next piece of linked information. You won‚Äôt see this button often.
  446.  
  447. [10]
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461. This button will make an animation happen.
  462.  
  463. [11]
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477. This button will demonstrate a HyperCard process.
  478.  
  479. [12] 
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486. You will see this button when you are examining a screen shot of a HyperCard 2.0 feature. Click it to return to information about the feature.
  487.  
  488. [13]If you encounter new words in the training, or if you have forgotten the definition of a word, click on the word. This will bring up the ‚ÄúFIND‚Äù dialog box. You can learn more about this dialog box by clicking on the middle button in the top row here.
  489. [14]
  490.  
  491. -- part contents for card part 21
  492. ----- text -----
  493. HOW TO USE THIS STACK